home *** CD-ROM | disk | FTP | other *** search
- Procedure SetDefs;
- begin
- SetWindow(1,5,2,40,20,32,64,2,1,'',7,7,1);
- SetWindow(2,21,12,69,23,11,7,8,0,'',7,7,1);
- SetWindow(3,35,5,62,21,14,95,3,1,'',7,7,1);
- SetWindow(4,65,0,79,22,22,12,4,0,'',7,7,1);
- SetWindow(5,17,0,46,10,17,11,5,0,'',7,7,1);
- SetWindow(6,25,7,52,18,15,33,2,1,'',7,7,1);
- SetWindow(7,8,0,14,24,12,15,7,0,'',7,7,1);
- SetWindow(8,11,2,49,15,31,31,2,1,' LAST WINDOW ',11,7,5);
- end;
-